Can navbar menus dropdown on MouseOver?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • DanielRM
    New Member
    • Feb 2006
    • 9
    • 3.5.x

    Can navbar menus dropdown on MouseOver?

    The default behaviour for navbar menus seems to be that the first time you access them, you have to click on one of the menu headers; but thereafter, they all drop down as soon as you mouse-over anyof the headers. Is it possible to have them drop down on mouse-over immediately, and n ot require the first click?

    Also - the triangle indicating that there is a drop-down menu appears to the right of the heading. Is it possible to:
    - move it to below the heading (centred)
    - change the graphic
    - make it disappear altogether.

    Thanks for any help

    Daniel
  • feldon23
    Senior Member
    • Nov 2001
    • 11291
    • 3.7.x

    #2
    1. You would have to modify the JavaScript for this. There seems to be limited support here on vb.com on modifying the JavaScript used by vB. And I don't know all that much JS coding.

    2. You can replace the graphic menu_open.gif with something else as long as it's a GIF. Changing it to a PNG is more difficult than you'd imagine.

    3. Making it disappear altogether is done with a parameter.
    Wherever you see a line like:
    Code:
    [B]vbmenu_register[/B]("...", true);
    make sure that second part says true to hide the arrow. If it's false or you just see a , );, then it WILL display the arrow.

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...